home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class ja$CSS_properties extends ResourceBundle
- {
- public function ja$CSS_properties()
- {
- super("ja","CSS");
- }
-
- override protected function getContent() : Object
- {
- return {
- "Button-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
- "h1-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
- "h2-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
- "Button-fontSize":"12",
- "Button-paddingRight":"10",
- "Application-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
- "Button-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
- "h1-fontWeight":"normal",
- "h1-fontSize":"16",
- "Application-fontSize":"12",
- "h2-fontWeight":"normal",
- "CheckBox-fontSize":"12",
- "Button-paddingLeft":"10",
- "CheckBox-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
- "h1-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
- "h2-fontSize":"12",
- "CheckBox-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
- "h2-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
- "formItemText-fontWeight":"normal",
- "Button-fontWeight":"normal",
- "Application-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans"
- };
- }
- }
- }
-
-